raar.language
Class RAStatementSet

java.lang.Object
  extended by raar.language.RAStatementSet
All Implemented Interfaces:
java.io.Serializable, RAStatement

public class RAStatementSet
extends java.lang.Object
implements RAStatement, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RAStatementSet(java.util.Vector statements)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAStatementSet

public RAStatementSet(java.util.Vector statements)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException